-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(app): Only follow rear tip sensor during calibration setup #14984
feat(app): Only follow rear tip sensor during calibration setup #14984
Conversation
09f5b9e
to
e3f5cb4
Compare
@@ -96,7 +96,7 @@ export const AttachProbe = (props: AttachProbeProps): JSX.Element | null => { | |||
const verifyCommands: CreateCommand[] = [ | |||
{ | |||
commandType: 'verifyTipPresence', | |||
params: { pipetteId: pipetteId, expectedState: 'present' }, | |||
params: { pipetteId: pipetteId, expectedState: 'present', FollowSingularSensor: 'primary' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should rename this with camel case to keep front-end format
followSingularSensor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FE looks good with Brayan's comment!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
js changes look good!
Overview
Accompanies #14980.
Changelog
ht_operational_sensor
name toht_follow_singular_sensor